home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  232 b   |  13 lines

  1. on mouseUp
  2.   global endDate, beginDate, theDate
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   set beginDate to getSerialDate(theDate)
  7.   set endDate to beginDate - 1
  8.   go("setupShowDays")
  9.   showDays()
  10.   go("date ok")
  11.   cursor(0)
  12. end
  13.